From 671eb3874873c756f968311cc57f6da680ac1795 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 18 Jul 2007 11:54:08 +0000 Subject: [PATCH] (Fsetq_default): Doc fix. --- src/data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.c b/src/data.c index 471df20cd48..4cc35501447 100644 --- a/src/data.c +++ b/src/data.c @@ -1440,7 +1440,7 @@ More generally, you can use multiple variables and values, as in This sets each VAR's default value to the corresponding VALUE. The VALUE for the Nth VAR can refer to the new default values of previous VARs. -usage: (setq-default [VAR VALUE...]) */) +usage: (setq-default [VAR VALUE]...) */) (args) Lisp_Object args; { -- 2.30.2